home *** CD-ROM | disk | FTP | other *** search
- object frmConvert: TfrmConvert
- Left = 551
- Top = 310
- BorderStyle = bsDialog
- Caption = 'Convert Sample Type'
- ClientHeight = 195
- ClientWidth = 290
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object OKBtn: TButton
- Left = 204
- Top = 13
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 204
- Top = 43
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object rgFrequency: TRadioGroup
- Left = 8
- Top = 8
- Width = 185
- Height = 121
- Caption = 'Frequency (Hz)'
- Columns = 2
- ItemIndex = 8
- Items.Strings = (
- '6000'
- '8000'
- '11025'
- '12000'
- '16000'
- '22050'
- '24000'
- '32000'
- '44100'
- '48000')
- TabOrder = 2
- end
- object rgCnannels: TRadioGroup
- Left = 8
- Top = 136
- Width = 185
- Height = 49
- Caption = 'Channels'
- Columns = 2
- ItemIndex = 1
- Items.Strings = (
- 'Mono'
- 'Stereo')
- TabOrder = 3
- end
- end
-